Register<I,T>() Method

Summary
Registers a type mapping with the container.
Syntax
C#
VB
C++
public static void Register<I, T>() 
  
Public Overloads Shared Sub Register 
    (Of I,T As I)()  
public: 
static void Registergeneric<typename I> 
generic<typename T> 
();  
where T: I 

Type Parameters

I
Type that will be requested.

T
Type that will actually be returned.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.